Einhugur Word Plugin for Xojo

Table.SetTableWidth Method

Sets width of the table.

SetTableWidth(
   mode as EinhugurWord.TableWidthModes,
   unit as EinhugurWord.Units,
   value as Double)

Parameters

mode
The mode for the width.
unit
Unit for the value to set. This parameter is ignored when the mode is Auto or Percentage.
value
The value to set.

This parameter is ignored when mode is set as Auto.
When mode is set as Percentage the value should be in the range from 0.0 to 1.0.
When mode is set to Absolute then it will go by the setting in the unit parameter.

Remarks

By default the table is in automatic width mode.

See Also

Table Class